Version

ReadOnlyNotifyCollection<T> Class Members

The following tables list the members exposed by ReadOnlyNotifyCollection<T>.

Public Constructors
 NameDescription
Public ConstructorReadOnlyNotifyCollection<T> ConstructorConstructor. Initializes a new instance of ReadOnlyNotifyCollection<T>.  
Public Properties
 NameDescription
Public PropertyCountReturns the number of items in the collection.  
Public PropertyIsReadOnlyIndicates whether the collection is read-only.  
Public PropertyItemReturns the item at the specified index.  
Protected Properties
 NameDescription
Protected PropertySourceGets the source collection.  
Public Methods
 NameDescription
Public MethodContainsIndicates whether the specified item is in the collection.  
Public MethodCopyToCopies items from this collection to the specified array.  
Public MethodGetEnumeratorReturns the enumerator for enumerating items in the collection.  
Public MethodIndexOfReturns the index of the specified item in the collection.  
Public Events
 NameDescription
Public EventCollectionChangedRaised when the collection's contents change.  
See Also